Bump versions
authorFelix Krull <f_krull@gmx.de>
Fri, 24 Jul 2020 13:24:00 +0000 (15:24 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:56 +0000 (12:53 -0400)
rust-bindings/rust/Cargo.toml
rust-bindings/rust/README.md
rust-bindings/rust/sys/Cargo.toml

index 9cd087cdff207399d112cc2126e3d34020457bea..d950fc1f312dd90c295c0074257950281bdb84e8 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "ostree"
-version = "0.7.2"
+version = "0.8.0"
 authors = ["Felix Krull"]
 
 license = "MIT"
@@ -40,7 +40,7 @@ glib-sys = "0.10.0"
 gobject-sys = "0.10.0"
 gio-sys = "0.10.0"
 once_cell = "1.4.0"
-ostree-sys = { version = "0.5.4", path = "sys" }
+ostree-sys = { version = "0.6.0", path = "sys" }
 
 [dev-dependencies]
 maplit = "1.0.2"
index 1ae09e5e2c0dea94bb0ae87df73054794033c4da..adab5c96218ada378fbd3301f376b8554f62303d 100644 (file)
@@ -36,7 +36,7 @@ To use the crate, add it to your `Cargo.toml`:
 
 ```toml
 [dependencies]
-ostree = "0.7"
+ostree = "0.8"
 ```
 
 To use features from later libostree versions, you need to specify the release
@@ -44,7 +44,7 @@ version as well:
 
 ```toml
 [dependencies.ostree]
-version = "0.7"
+version = "0.8"
 features = ["v2020_1"]
 ```
 
index 51595f52321f96dc5f46b0601d7464e893dd9f1f..789acb97d9b7f9a24a56799e235abbe752997f41 100644 (file)
@@ -63,7 +63,7 @@ license = "MIT"
 links = "ostree-1"
 name = "ostree-sys"
 repository = "https://gitlab.com/fkrull/ostree-rs"
-version = "0.5.4"
+version = "0.6.0"
 [package.metadata.docs.rs]
 features = ["dox"]
 [package.metadata.system-deps.ostree_1]